-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bookmode, zoom and dpi aware rendering to pdf player #4768
base: master
Are you sure you want to change the base?
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Is there anything I need to do / can do for this to progress? |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
This would solve a lot of issues for me! I have entire textbooks that I prefer to keep backed up on my server, but I like to reference from my phone occasionally. As stated, the blurry text is still an issue for such PDFs, so it would really help to have this fixed! |
This comment has been minimized.
This comment has been minimized.
Quality Gate passedIssues Measures |
Cloudflare Pages deployment
|
Sorry this has taken forever to get feedback on @dulli. Could you possibly break each of the changes into separate PRs? Some of the new features should be implemented in the other book players as well and then we can prioritize getting the blur fix in asap. Thanks for your patience! |
These are great changes, I'll be pleased to see them implemented |
This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged. |
After working on a plugin to read PDF metadata so that I could add magazines to Jellyfin, I realized that the PDF player is almost unusable on phones as you couldn't zoom and on the other hand it was basically hit or miss if the PDF was actually displayed in a readable way on desktop.
Changes
scale
parameter to ensure non-blurry PDF rendering on both mobile and desktop viewports.Issues